This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Patti Churemarjip 5.Jan.04 09:01 PM a Web browser Domino Web Access All Releases All Platforms
Discovered a interesting problem with the Javascript edit button in the Domino Directory. We have a number of directories (i.e. NAB's) in subdirectories and have never been able to edit them properly from the web. But when placed in the root Domino data directory it works fine. Problem is the "Edit" button launches the Javascript but does not keep the source path.
For example, names.nsf is stored as:
/level1/subdir1/names.nsf
When you try to launch the edit button, it tries to edit the document as such:
<script>
var sElementType = 'document';
var sDocType = 'person';
var sDBFileName = 'names.nsf';
var sDocUNID = '..........';
var sDefaultView = 'People';
var sWebDbName = '/names.nsf/';
var isDom6 = true;
</script><script src='/names.nsf/WebJSTools?OpenJavaScriptLibrary'></script>
<script src='/names.nsf/WebJSNavigationTools?OpenJavaScriptLibrary'></script>
Any suggestions for workaround other than placing the names.nsf in the root directory.